 |
API Documentation
|
|
|
void setRenderCam(Camera *cam)
virtual void setBlendState(BlendState *state)
Offers all controls to model a camera.
Definition: Camera.h:12
void setSpecialRQ(const char *name)
Camera * getRenderCam() const
void setLodCam(Camera *cam)
A render queue, where all items that have to be rendered are queued.
Definition: RenderQueue.h:15
virtual void importClassFromTree(nkExport::Node *rootNode) override
DepthStencilState * getDepthStencilState() const
void setTransparentPass(bool value)
Camera * getLodCam() const
A pass rendering render queues.
Definition: RenderScenePass.h:15
RenderQueue * getSpecialRQ() const
RasterState * getRasterState() const
A node in the tree structure representing the data to export / import.
Definition: Node.h:42
The base for a pass within a TargetOperations.
Definition: Pass.h:15
Holds information about a depth and stencil state used for rendering.
Definition: DepthStencilState.h:12
Holds all information about the blend operations to use when rendering.
Definition: BlendState.h:12
virtual void exportClassToTree(nkExport::Node *rootNode) override
bool isTransparentPass() const
BlendState * getBlendState() const
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
void setCullingCam(Camera *cam)
Camera * getCullingCam() const
virtual void setDepthStencilState(DepthStencilState *state)
Holds information about a raster state.
Definition: RasterState.h:14
virtual void setRasterState(RasterState *state)